home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / TUTORC.ZIP / README.TXT < prev    next >
Text File  |  1994-10-30  |  844b  |  24 lines

  1.   With the exception of the files in tccfiles.zip, these
  2.   examples are all for Microsoft C (I used ver 8). I did one
  3.   example in tccfiles.zip for Turbo C. See notes below and
  4.   in each of the source files for how to compile.
  5.  
  6.   tut2.c
  7.   10/30/94
  8.   from tutprog2.pas
  9.   Adapted from Denthor's tutprog2.pas
  10.   Translated into C, from Denthor's VGA Trainer, by
  11.   Steve Pinault, scp@ohm.att.com
  12.   Compiled with Microsoft Visual C++ 1.5 (Microsoft C 8.0)
  13.   To compile:
  14.   First compile the subroutines in tutsubs.c with the batch file 
  15.   cltutsub.bat
  16.   Then compile any of the tutor programs with the batch file
  17.   cltut.bat
  18.   Example: C:>cltutsub
  19.            C:>cltut tut2.c
  20.            to compile the program tut2.exe.
  21.   I compiled and ran all of these on my computer (a 486DX2) and they
  22.   worked for me; that's all I can say!
  23.  
  24.